Skip to content

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0#41

Open
kombo-sdk-generator[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780966318
Open

chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0#41
kombo-sdk-generator[bot] wants to merge 1 commit into
mainfrom
speakeasy-sdk-regen-1780966318

Conversation

@kombo-sdk-generator

@kombo-sdk-generator kombo-sdk-generator Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • kombo.ats.create_candidate():
    • request.remote_fields.covetorest.candidate.aktiv Added
  • kombo.ats.create_application():
    • request.remote_fields.covetorest.candidate.aktiv Added
  • kombo.connect.create_connection_link(): request.integration_tool Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ └─┬/passthrough/{tool}/{api}
│   └─┬POST
│     └──[🔀] description (95:20)
└─┬Components
  ├─┬PostConnectCreateLinkRequestBody
  │ └─┬integration_tool
  │   ├──[+] enum (32312:15)
  │   └──[+] enum (32394:15)
  ├─┬PostAtsCandidatesRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         ├──[+] properties (22161:25)
  │         ├─┬mandant
  │         │ ├──[+] enum (22164:31)
  │         │ ├──[+] enum (22165:31)
  │         │ ├──[🔀] type (22162:33)❌ 
  │         │ ├──[-] minimum (21792:36)❌ 
  │         │ ├──[-] format (21791:35)❌ 
  │         │ └──[🔀] description (22166:40)
  │         └─┬status
  │           ├──[🔀] type (22153:33)❌ 
  │           ├──[+] minimum (22155:36)❌ 
  │           ├──[🔀] format (22154:35)❌ 
  │           └──[🔀] description (22156:40)
  ├─┬PostAiApplyUnifiedApiJobsJobIdApplicationsRequestBody
  │ └─┬remote_fields
  │   └─┬ALLOF
  │     └─┬covetorest
  │       └─┬candidate
  │         ├──[+] properties (31939:25)
  │         ├─┬mandant
  │         │ ├──[+] enum (31942:31)
  │         │ ├──[+] enum (31943:31)
  │         │ ├──[🔀] type (31940:33)❌ 
  │         │ ├──[-] minimum (31558:36)❌ 
  │         │ ├──[-] format (31557:35)❌ 
  │         │ └──[🔀] description (31944:40)
  │         └─┬status
  │           ├──[🔀] type (31931:33)❌ 
  │           ├──[+] minimum (31933:36)❌ 
  │           ├──[🔀] format (31932:35)❌ 
  │           └──[🔀] description (31934:40)
  └─┬PostAtsJobsJobIdApplicationsRequestBody
    └─┬remote_fields
      └─┬ALLOF
        └─┬covetorest
          └─┬candidate
            ├──[+] properties (25402:25)
            ├─┬mandant
            │ ├──[+] enum (25405:31)
            │ ├──[+] enum (25406:31)
            │ ├──[🔀] type (25403:33)❌ 
            │ ├──[-] minimum (25027:36)❌ 
            │ ├──[-] format (25026:35)❌ 
            │ └──[🔀] description (25407:40)
            └─┬status
              ├──[🔀] type (25394:33)❌ 
              ├──[+] minimum (25396:36)❌ 
              ├──[🔀] format (25395:35)❌ 
              └──[🔀] description (25397:40)
Document Element Total Changes Breaking Changes
paths 1 0
components 35 36

View full report

Linting Report 0 errors, 300 warnings, 194 hints

View full report

PYTHON CHANGELOG

core: 6.0.30 - 2026-06-12

🐛 Bug Fixes

  • base64 file inputs no longer drain seekable streams during repeated validation, preventing empty payloads when pydantic retries union members (commit by @ThomasRooney)

core: 6.0.28 - 2026-06-10

🐛 Bug Fixes

core: 6.0.27 - 2026-06-08

🐛 Bug Fixes

  • lazy-loaded sub-SDKs now use relative imports when imports.relative is enabled (commit by @2ynn)

core: 6.0.26 - 2026-06-05

🐝 New Features

  • add typed event-stream parsing to raw response helpers (commit by @2ynn)

core: 6.0.25 - 2026-06-05

🐝 New Features

  • add support for relative import paths (commit by @2ynn)

errors: 3.4.2 - 2026-06-18

🐝 New Features

  • add support for lenient response validation mode (commit by @2ynn)

errors: 3.4.1 - 2026-06-17

🐝 New Features

  • allow disabling response validation errors on success responses (commit by @2ynn)

errors: 3.4.0 - 2026-06-15

🐝 New Features

  • add errorSchemaValidation config flag to opt out of error-body schema validation (commit by @2ynn)

methodArguments: 1.1.1 - 2026-06-09

🐝 New Features

  • add configurable suffix for input TypedDict companions (commit by @2ynn)

retries: 3.0.7 - 2026-06-17

🐝 New Features

  • support runtime jitter and status codes override in retry configuration (commit by @2ynn)

retries: 3.0.6 - 2026-05-27

🐝 New Features

sdkHooks: 1.2.2 - 2026-06-16

🐝 New Features

  • add ParseErrorHook and response_mode on HookContext when rawResponseHelpers is enabled (commit by @2ynn)

unions: 3.1.6 - 2026-06-11

🐛 Bug Fixes

  • fall back to the Unknown variant when a known open-union discriminator payload fails validation, instead of raising (commit by @ThomasRooney)

Based on Speakeasy CLI 1.784.0

Last updated by Speakeasy workflow


Note

Low Risk
Changes are mostly additive optional API fields and generated-client ergonomics; stricter response/error schema validation could surface new validation errors at runtime for malformed API payloads.

Overview
Bumps the generated Kombo Python SDK to v1.3.0 (Speakeasy 1.784.0 / gen 2.911.0) and refreshes lockfiles, pyproject.toml, and release notes for PyPI 1.3.0.

ATS Coveto remote fields: create_candidate and create_application gain optional remote_fields.covetorest.candidate.aktiv ("Ja" / "Nein") to control whether Coveto creates the candidate as active; related Coveto mandant / status model shapes are regenerated to match the updated OpenAPI.

Connect & integrations: IntegrationTool / create_connection_link picks up new tool values (e.g. pageup, docebo). Passthrough docs add Docebo, PageUp, Workday custom-report, and relabel DATEV LAUDS as DATEV Lohnaustauschdatenservice.

Generator behavior: Speakeasy enables responseSchemaValidation and errorSchemaValidation, and many list parameters now accept Iterable (with internal coercion to lists) across ATS, assessment, HRIS, and passthrough helpers—additive for typical list callers.

Reviewed by Cursor Bugbot for commit 2c8c2a4. Bugbot is set up for automated code reviews on this repo. Configure here.

@kombo-sdk-generator kombo-sdk-generator Bot added the patch Patch version bump label Jun 9, 2026
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch 7 times, most recently from 1b2c361 to e9851a9 Compare June 16, 2026 01:07
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch from e9851a9 to d8f9ced Compare June 17, 2026 01:01
@kombo-sdk-generator kombo-sdk-generator Bot changed the title chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.2.1 chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.3.0 Jun 17, 2026
@kombo-sdk-generator kombo-sdk-generator Bot added minor Minor version bump and removed patch Patch version bump labels Jun 17, 2026
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch 3 times, most recently from 3593714 to 069bcff Compare June 20, 2026 00:56
* `kombo.ats.create_candidate()`: 
  *  `request.remote_fields.covetorest.candidate.aktiv` **Added**
* `kombo.ats.create_application()`: 
  *  `request.remote_fields.covetorest.candidate.aktiv` **Added**
* `kombo.connect.create_connection_link()`:  `request.integration_tool` **Changed**
@kombo-sdk-generator kombo-sdk-generator Bot force-pushed the speakeasy-sdk-regen-1780966318 branch from 069bcff to 2c8c2a4 Compare June 21, 2026 01:02

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 2c8c2a4. Configure here.


@model_serializer(mode="wrap")
def serialize_model(self, handler):
optional_fields = set(["mandant", "status"])

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coveto mandant type mismatch

Medium Severity

This release’s OpenAPI update marks a breaking change on remote_fields.covetorest.candidate.mandant, but the regenerated Coveto candidate models still type mandant as Optional[float]. Callers following the SDK may send numeric JSON while the updated API contract expects the new mandant shape, leading to rejected or mis-handled create candidate/application requests when mandant is set.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2c8c2a4. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant